home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000504_romig@cis.ohio-state.edu _Wed Jan 6 12:08:57 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <romig@cis.ohio-state.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA10967; Wed, 6 Jan 93 12:08:57 MET
  4. Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA02938; Thu, 24 Dec 1992 06:19:58 +0100
  6. Received: by brachiosaur.cis.ohio-state.edu (5.61-kk/5.911008)
  7.     id AA01852; Thu, 24 Dec 92 00:19:56 -0500
  8. Date: Thu, 24 Dec 92 00:19:56 -0500
  9. From: Steve Romig <romig@cis.ohio-state.edu>
  10. Message-Id: <9212240519.AA01852@brachiosaur.cis.ohio-state.edu>
  11. To: www-talk@nxoc01.cern.ch
  12. Subject: Re:  Questions about WAIS, WAISGate
  13.  
  14. Turns out that using a rule file in waisgate is a Big Win.  I have a
  15. rule file that looks like this:
  16.  
  17.   map /n/abyss/2/doc/rfc-src/* http://www.cis.ohio-state.edu:82/rfc/*.html
  18.   map /n/dinosaur/0/doc/text/* http://www.cis.ohio-state.edu:80/hypertext/*
  19.   map /n/abyss/2/doc/man-src/* http://www.cis.ohio-state.edu:80/man/*
  20.   map /usr/spool/news/*         http://www.cis.ohio-state.edu:80/usr/spool/news/*
  21.  
  22. I changed WAISGate to tear the WAIS docid apart and pass the
  23. distributor local path to HTTranslate.  If it matches, it gets
  24. rewritten.  If rewritten, the address is used as is, else it goes
  25. through the usual waisgate things.  This way I can index things that
  26. are really served through a gateway of some sort (eg, a rfc converter
  27. that we just wrote).
  28.  
  29. I'll post the stuff next week sometime.  If you're interested, see 
  30. <A HREF="http://www.cis.ohio-state.edu:80/hypertext/information/information.html">. 
  31. There are the usual links to things there, plus hypertext versions of
  32. man pages, RFCs, IENs and FAQ's from news.answers.  Tom's working on
  33. something to parse the FAQ files into something more reasonable.  I'm
  34. working on a gateway for our problem reporting system (so that a
  35. hypertext article about our current status could refer people to
  36. problem reports for more details) and other misc. stuff.  If you have
  37. comments or suggestions, we'd love to hear them!
  38.  
  39. Does someone have stuff for converting emacs info to html?  I thought
  40. I saw some references to something, but can't find them now.
  41.  
  42. --- Steve